var internal/strconv.float32pow10
4 uses
internal/strconv (current package)
atof.go#L415: var float32pow10 = []float32{1e0, 1e1, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8, 1e9, 1e10}
atof.go#L477: f *= float32pow10[exp-10]
atof.go#L484: return f * float32pow10[exp], true
atof.go#L486: return f / float32pow10[-exp], true
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |